summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-13 15:12:07 +0100
committerGitHub <noreply@github.com>2023-11-13 15:12:07 +0100
commitefc01875378b6d3fe454d1e866c323d6d6c29fc0 (patch)
tree0014346a4a0a4b264fbd8c456b47789fcc6f789d
parentMerge pull request #12018 from t895/settings-cleanup (diff)
parentandroid: Remove "auto" region option (diff)
downloadyuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar.gz
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar.bz2
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar.lz
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar.xz
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.tar.zst
yuzu-efc01875378b6d3fe454d1e866c323d6d6c29fc0.zip
-rw-r--r--src/android/app/src/main/res/values/arrays.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml
index dc10159c9..51bcc49a3 100644
--- a/src/android/app/src/main/res/values/arrays.xml
+++ b/src/android/app/src/main/res/values/arrays.xml
@@ -2,7 +2,6 @@
<resources>
<string-array name="regionNames">
- <item>@string/auto</item>
<item>@string/region_australia</item>
<item>@string/region_china</item>
<item>@string/region_europe</item>
@@ -13,7 +12,6 @@
</string-array>
<integer-array name="regionValues">
- <item>-1</item>
<item>3</item>
<item>4</item>
<item>2</item>